Search Result for "shallow binding":

The Free On-line Dictionary of Computing (30 December 2018):

shallow binding A method of storing variable bindings where the current value of a variable can be found at a known location rather than by searching an environment or association list. When a new binding is made, the old value is copied into the environment.